home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / disk / misc / showd02.lha / Showdisk / Showdisk.doc next >
Encoding:
Text File  |  1993-09-03  |  2.7 KB  |  91 lines

  1.  
  2.                 ----------------------------------------
  3.                      Showdisk, Copyright (C) 1993 EQU
  4.                  ----------------------------------------
  5.  
  6.  
  7.                                   Preface
  8.                                ============
  9.  
  10. As the name may indicate this utility is used
  11. to display the ASCII (>31, <127) contains of your disk on
  12. your default output.
  13. Currently only disks with 80 Tracks (512 bytes blocksize)
  14. are supported, maybe I will add a routine so that
  15. it works with any size of disks if I see reason to.
  16.  
  17.  
  18.                                Requirements
  19.                                ============
  20.  
  21. Any model of the Amiga Homecomputer with an OS 2.0 or above.
  22.  
  23.  
  24.                                    Usage
  25.                                ============
  26.  
  27. Showdisk should be used from CLI/Shell with the following
  28. argument:
  29.         Showdisk <drive>
  30.         where <drive> is a number from 0 to 4.
  31.  
  32. Sofar Showdisk can't be ran from Workbench,
  33. maybe I will implement this one day.
  34. If you specify an drive with no disk in it,
  35. Showdisk will show an IoError message but won't guru.
  36.  
  37. Showdisk is pure code meaning you can make it resident for
  38. the best/fastest access possible.
  39. Just type 'Resident <path>Showdisk' to make Showdisk resident
  40.  
  41.  
  42.                                Distribution
  43.                                ============
  44.  
  45. This utility is whatsoever software, so you can do anything you want with it.
  46.  
  47.  
  48.                                 Last Words
  49.                                ============
  50.  
  51. Until now I used to scan my disks with DiskX 2.2a from Steve Tibbett ('89?),
  52. but I now run OS 3.0 so it is fairly understandable that it
  53. doesn't perform to my standards.
  54. If I have some spare time I may make a GUI for this one and add a few nice
  55. options but we will see...
  56.  
  57. I take no responsability of the consequences created from the
  58. use of the program, use it on your own risk.
  59.  
  60.  
  61.                                   Changes
  62.                                ============
  63.  
  64. Showdisk 0.1 (1993-08-16)
  65. ------------
  66.  
  67. Initial release. Final size 1216 bytes (Unpacked format)
  68.  
  69. Showdisk 0.2 (1993-09-03)
  70. ------------
  71.  
  72. I had made an enourmous mistake in version 0.1 .
  73. When allocating memory for the scan buffer, I
  74. had specified MEMF_FAST flag which means
  75. that if one didn't have fast memory installed,
  76. the utility refused to work. Sorry for this one
  77. but I'm only human...
  78.     More bugs to come: There was a memory loss of
  79. 4 bytes, fixed (Thanks to mungwall and Spock for
  80. giving it to me).
  81.     I rewrote the program. The most meaningfull
  82. change is that the scan rutine/loop which
  83. scans for ASCII matches will be totally
  84. placed in your cache if you have one,
  85. speeds up scanning by a huge factor.
  86.  
  87. Bug fixed and rewritten. Final size 940 bytes (Unpacked format)
  88.  
  89.  
  90. -EOF-
  91.